home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / etc_-_Configuration_Files / BOOTPTAB < prev    next >
Text File  |  1999-09-17  |  2KB  |  73 lines

  1. # /etc/bootptab: database for bootp server (/etc/bootpd)
  2. # Last update: gwr, Sun Dec 12 19:00:00 EDT 1993
  3. # Dynamic Examples: al, Sat, Apr 15 12:00:00 EDT 1994
  4. # Blank lines and lines beginning with '#' are ignored.
  5. #
  6. # Legend:    (see bootptab.5)
  7. #    first field -- hostname (not indented)
  8. #    bf -- bootfile
  9. #    bs -- bootfile size in 512-octet blocks
  10. #    cs -- cookie servers
  11. #    df -- dump file name
  12. #    dn -- domain name
  13. #    ds -- domain name servers
  14. #    ef -- extension file
  15. #    gw -- gateways
  16. #    ha -- hardware address
  17. #    hd -- home directory for bootfiles
  18. #    hn -- host name set for client
  19. #    ht -- hardware type
  20. #    im -- impress servers
  21. #    ip -- host IP address
  22. #    lg -- log servers
  23. #    lp -- LPR servers
  24. #    ns -- IEN-116 name servers
  25. #    ra -- reply address
  26. #    rl -- resource location protocol servers
  27. #    rp -- root path
  28. #    sa -- boot server address
  29. #    sm -- subnet mask
  30. #    sw -- swap server
  31. #    tc -- template host (points to similar host entry)
  32. #    td -- TFTP directory
  33. #    to -- time offset (seconds)
  34. #    ts -- time servers
  35. #    vm -- vendor magic number
  36. #    Tn -- generic option tag n
  37. #
  38. # Be careful about including backslashes where they're needed.  Weird (bad)
  39. # things can happen when a backslash is omitted where one is intended.
  40. # Also, note that generic option data must be either a string or a
  41. # sequence of bytes where each byte is a two-digit hex value.
  42.  
  43. # First, define a global entry which specifies the stuff every host uses.
  44. # NOTE: THE VALUES BELOW ARE MEANT AS AN EXAMPLE!
  45. #allhost:hd=/tmp:bf=null:\
  46. #        :ds=145.71.35.1 145.71.32.1:\
  47. #        :sm=255.255.254.0:\
  48. #        :gw=145.71.35.1:\
  49. #        :ts=145.71.35.1:\
  50. #        :lp=145.71.35.1:\
  51. #        :to=-7200:
  52.  
  53. # Define all individual entries.
  54. #hostname:ht=1:ha=ether_addr_in_hex:ip=ip_addr_in_dec:tc=allhost:
  55.  
  56. # Dynamic hosts will be added at end of file
  57. # You need to define ranges of dynamic IP to assign from this bootp server
  58. # use dummy name ".dynamic-X" where X is the range number starting with 1
  59. # Generic option tag T254 tells how many IP addresses to assign from that range
  60. # WARNING: don't assign beyond the Class C boundary (or your subnet),
  61. # start a new range
  62.  
  63. #Examples: including what to add with T250 line
  64. #.dynamic-1:ip=204.213.190.10:T254=0x64:T253=0x02:\
  65.     :T250="gw=204.213.190.1:ds=204.213.176.1":
  66.  
  67. # How to do part of a class B
  68. #.dynamic-1:ip=137.49.41.1:T254=0xFE:
  69. #.dynamic-2:ip=137.49.42.1:T254=0xFE:
  70. #.dynamic-3:ip=137.49.43.1:T254=0xFE:
  71. #.dynamic-4:ip=137.49.44.1:T254=0xFE:
  72.  
  73.